PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentInformation Class / setCreationDate Method
The date and time the document was created.
In This Topic
    setCreationDate Method
    In This Topic
    Sets the creation date.
    Syntax
    public void setCreationDate( 
       java.time.LocalDateTime creationDate
    )

    Parameters

    creationDate
    The date and time the document was created.
    See Also